Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Sep 28, 2023
1 parent 84a64b4 commit 248e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/get-alf-checker
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cat << EOF > $BASE_DIR/bin/alfc_gen.sh
#!/usr/bin/env bash
# call cvc5 and remove the first line of the output (should be "unsat")
echo "(include \"$BASE_DIR/share/alf/Cvc5.smt2\")"
echo "(include \"$BASE_DIR/share/alf/Cvc5.smt3\")"
\$@ --dump-proofs --proof-format=alf --proof-granularity=theory-rewrite | tail -n +2
EOF
chmod +x $BASE_DIR/bin/alfc_gen.sh
Expand Down

0 comments on commit 248e41a

Please sign in to comment.