We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6268d commit a2faf49Copy full SHA for a2faf49
scripts/install_solvers.sh
@@ -46,7 +46,7 @@ rm -rf "$TEMP_DIR"
46
47
# Bitwuzla
48
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
+wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-x86_64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
50
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
51
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*Bitwuzla*")
52
mv "$BITWUZLA_DIR/bin/bitwuzla" "$SOLVERS_DIR/bitwuzla"
0 commit comments