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 10ad73f commit 4ebca42Copy full SHA for 4ebca42
scripts/install_solvers.sh
@@ -45,6 +45,7 @@ chmod +x "$SOLVERS_DIR/z3"
45
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
50
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
51
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*bitwuzla*")
0 commit comments