Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/setup/al2/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ DEPS=(
cmake3
gcc10-c++
git
wget
)

set -x
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/install_kissat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ URL="https://github.com/arminbiere/kissat/archive/refs/tags/$FILE"

set -x

wget -O "$FILE" "$URL"
curl -L --remote-name "$URL"
tar -xvzf $FILE
DIR_NAME="kissat-rel-${KISSAT_VERSION}"
cd $DIR_NAME
Expand Down
1 change: 0 additions & 1 deletion scripts/setup/ubuntu-20.04/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ DEPS=(
gpg-agent
make
patch
wget
zlib1g
zlib1g-dev
)
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/ubuntu/install_cbmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then

set -x

wget -O "$FILE" "$URL"
curl -L --remote-name "$URL"
sudo dpkg -i "$FILE"
cbmc --version
rm $FILE
Expand Down
1 change: 0 additions & 1 deletion scripts/setup/ubuntu/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DEPS=(
gpg-agent
make
patch
wget
zlib1g
zlib1g-dev
)
Expand Down
Loading