Skip to content

Commit

Permalink
cvc5
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 4, 2024
1 parent 28977df commit df8f1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ -n "$SOLVERS_DIR" ]; then
mkdir -p "$SOLVERS_DIR"
mkdir -p "$TEMP_DIR"
# cvc5
wget https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0/cvc5-Linux-x86_64-static-gpl.zip -O "$TEMP_DIR/downloaded.zip"
wget https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0/cvc5-Linux-x86_64-static.zip -O "$TEMP_DIR/downloaded.zip"
unzip "$TEMP_DIR/downloaded.zip" -d "$TEMP_DIR"
CVC5_DIR=$(ls "$TEMP_DIR" | grep cvc5)
mv "$TEMP_DIR/$CVC5_DIR/bin/cvc5" "$SOLVERS_DIR/cvc5"
Expand Down Expand Up @@ -175,4 +175,4 @@ DURATION=$((TIME_AFTER - TIME_BEFORE))
echo ""
echo "********************************* CI PASSED! *********************************"

echo "Total time: $DURATION seconds"
echo "Total time: $DURATION seconds"

0 comments on commit df8f1cf

Please sign in to comment.