Skip to content

Commit

Permalink
Updated mill download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Jan 31, 2025
1 parent 78f9d0f commit 6a969f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion library/jvm/src/main/scala/org/sireum/Init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,11 @@ import Init._
j = j + 1
i = i + 1
}
if (!stop) {
eprintln(s"Patch failed for $mill")
Os.exit(-1)
}

mill.writeU8Partms(newContent, 0, j)
mill.chmod("+x")
}
Expand All @@ -605,7 +610,7 @@ import Init._
if (ver.exists && ver.read == millVersion) {
return
}
val url = s"https://github.com/com-lihaoyi/mill/releases/download/$millVersion/$millVersion-assembly"
val url = s"https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/$millVersion/mill-dist-$millVersion.jar"
val mill: Os.Path = (home / "bin" / (if (Os.isWin) "mill.bat" else "mill")).canon
if (verbose) {
println(s"Downloading mill $millVersion ...")
Expand Down

0 comments on commit 6a969f9

Please sign in to comment.