summaryrefslogtreecommitdiff
path: root/arm-unknown-riscos/fetchsrc
diff options
context:
space:
mode:
Diffstat (limited to 'arm-unknown-riscos/fetchsrc')
-rwxr-xr-xarm-unknown-riscos/fetchsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-unknown-riscos/fetchsrc b/arm-unknown-riscos/fetchsrc
index e71d85f..92ae5bf 100755
--- a/arm-unknown-riscos/fetchsrc
+++ b/arm-unknown-riscos/fetchsrc
@@ -4,7 +4,7 @@
# Usage fetchsrc <target> <source> <upstream> <output>
-NSSRV="http://ci.netsurf-browser.org/toolchain/"
+NSSRV="https://ci.netsurf-browser.org/toolchain/"
wget -q -O ${4} ${NSSRV}/${1}/${2}
if [ $? -ne 0 ];then