Skip to content

Commit

Permalink
trying a thing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkarmacoma committed Jan 18, 2025
1 parent 2816ed5 commit fd6cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ class Config:

solver_command: str = arg(
help="use the given command when invoking the solver",
global_default="z3",
global_default="z3.exe" if os.name == "nt" else "z3",
metavar="COMMAND",
group=solver,
)
Expand Down

0 comments on commit fd6cdf7

Please sign in to comment.