Skip to content

Commit

Permalink
Use curl instead of wget in install-x86_64-redox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Mar 19, 2019
1 parent 5c0f902 commit f8bffad
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
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 f8bffad

Please sign in to comment.