Skip to content

Commit

Permalink
Update setup-boring-go.sh
Browse files Browse the repository at this point in the history
Add prefix
  • Loading branch information
rtaic-coder authored Apr 24, 2022
1 parent 4e1f71e commit 54ce8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci/setup-boring-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -u

url="https://go-boringcrypto.storage.googleapis.com/go$1.linux-amd64.tar.gz"

wget -q -O go.tgz "$url"
wget -q -O boring-go.tgz "$url"

sudo tar -C /usr/local -xzf boring-go.tgz
rm boring-go.tgz
Expand Down

0 comments on commit 54ce8d3

Please sign in to comment.