Skip to content

Commit

Permalink
Updated cvc4 installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Jan 26, 2024
1 parent 6ded6e6 commit 4a8db39
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 @@ -437,7 +437,7 @@ import Init._
println()
}

if (gen == "5") {
if (sub == "5") {
val d = Os.tempDir()
drop.unzipTo(d)
(d / ops.StringOps(filename).substring(0, filename.size - 4) / "bin" / (if (kind == Os.Kind.Win) "cvc5.exe" else "cvc5")).copyOverTo(exe)
Expand Down

0 comments on commit 4a8db39

Please sign in to comment.