diff --git a/scripts/jobs/release/website/archives b/scripts/jobs/release/website/archives index 870c6f30b..25016bb1a 100755 --- a/scripts/jobs/release/website/archives +++ b/scripts/jobs/release/website/archives @@ -2,7 +2,7 @@ # need to re-declare it as an array, not sure how to do that directly in jenkins declare -a sshCharaArgs="$sshCharaArgs" -url="http://downloads.lightbend.com/scala/$version" +url="https://downloads.lightbend.com/scala/$version" if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]] then archivesDir="~linuxsoft/archives/scala/nightly/2.12.x"