Skip to content

Commit 569b590

Browse files
committed
fix archives download url
1 parent 914d770 commit 569b590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/release/website/archives

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22

3-
url="https://downloads.lightbend.com/scala/$version"
3+
url="https://github.com/scala/scala/releases/download/v$version"
44

55
if [[ "$version" =~ ^.*-(bin|pre)-[0-9a-f]+$ ]]
66
then archivesDir="~linuxsoft/archives/scala/nightly/2.13.x"

0 commit comments

Comments
 (0)