Skip to content

Commit f8bffad

Browse files
committed
Use curl instead of wget in install-x86_64-redox.sh
1 parent 5c0f902 commit f8bffad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-various-1/install-x86_64-redox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
set -ex
55

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

0 commit comments

Comments
 (0)