Skip to content

Commit bb7dd5c

Browse files
authored
Download cs for aarch64 from coursier-m1 repo (#2085)
1 parent 48ea5ed commit bb7dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/settings.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def cs: T[String] = T.persistent {
7474
case "aarch64" =>
7575
if (Properties.isLinux)
7676
Some(
77-
s"https://github.com/coursier/coursier/releases/download/v$csVersion/cs-aarch64-pc-linux.gz"
77+
s"https://github.com/VirtusLab/coursier-m1/releases/download/v$csVersion/cs-aarch64-pc-linux.gz"
7878
)
7979
else if (Properties.isMac)
8080
Some(

0 commit comments

Comments
 (0)