Skip to content

Commit

Permalink
Don't exit MathSAT setup script halfway through (stanford-centaur#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne authored Sep 13, 2024
1 parent 96136ce commit 58f61e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci-scripts/setup-msat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if [ ! -d "$DEPS/mathsat" ]; then

else
echo "$DEPS/mathsat already exists. If you want to re-download, please remove it manually."
exit 1
fi

if [ -f $DEPS/mathsat/lib/libmathsat.a ] ; then \
Expand Down

0 comments on commit 58f61e1

Please sign in to comment.