Skip to content

Commit a2faf49

Browse files
committed
fix solver install script
1 parent 1f6268d commit a2faf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_solvers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rm -rf "$TEMP_DIR"
4646

4747
# Bitwuzla
4848
mkdir -p "$TEMP_DIR"
49-
wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-arm64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
49+
wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-x86_64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
5050
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
5151
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*Bitwuzla*")
5252
mv "$BITWUZLA_DIR/bin/bitwuzla" "$SOLVERS_DIR/bitwuzla"

0 commit comments

Comments
 (0)