Skip to content

Commit

Permalink
wrong version of cvc54
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 4, 2024
1 parent c70385d commit dcb62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-arm64-shared-gpl.zip -O "$TEMP_DIR/downloaded.zip"
wget https://github.com/cvc5/cvc5/releases/download/cvc5-1.2.0/cvc5-Linux-x86_64-shared-gpl.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

0 comments on commit dcb62a7

Please sign in to comment.