Skip to content

Commit

Permalink
Added z3 Windows arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 12, 2024
1 parent 4ef5f76 commit b1b973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/jvm/src/main/scala/org/sireum/Init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ import Init._
find((r: GitHub.Release) => r.name == releaseName) match {
case Some(r) =>
val desc: String = kind match {
case Os.Kind.Win => "x64-win"
case Os.Kind.Win => if (Os.isWinArm) "arm64-win" else "x64-win"
case Os.Kind.Linux => "x64-glibc"
case Os.Kind.LinuxArm => "arm64-glibc"
case Os.Kind.Mac => if (Os.isMacArm) "arm64-osx" else "x64-osx"
Expand Down

0 comments on commit b1b973c

Please sign in to comment.