Skip to content

Commit

Permalink
Use curl instead of wget.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Apr 3, 2019
1 parent 1f0a9f7 commit 31e6705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-various-1/install-x86_64-redox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

set -ex

wget -O - https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
curl https://static.redox-os.org/toolchain/x86_64-unknown-redox/relibc-install.tar.gz | \
tar --extract --gzip --directory /usr/local

0 comments on commit 31e6705

Please sign in to comment.