We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ea5ed commit bb7dd5cCopy full SHA for bb7dd5c
project/settings.sc
@@ -74,7 +74,7 @@ def cs: T[String] = T.persistent {
74
case "aarch64" =>
75
if (Properties.isLinux)
76
Some(
77
- s"https://github.com/coursier/coursier/releases/download/v$csVersion/cs-aarch64-pc-linux.gz"
+ s"https://github.com/VirtusLab/coursier-m1/releases/download/v$csVersion/cs-aarch64-pc-linux.gz"
78
)
79
else if (Properties.isMac)
80
0 commit comments