Skip to content

Commit d3103ea

Browse files
committed
fix url now in js
1 parent 910b912 commit d3103ea

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

dist/index.js

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export async function run(): Promise<void> {
9090
}
9191
}
9292

93-
Z3_LIB_MACOS_SUFFIX =
94-
9593
const Z3_TOOL: Tools = {
9694
linux: {
9795
url: `https://github.com/Z3Prover/z3/releases/download/z3-${z3Version}/z3-${z3Version}-x64-glibc-2.35.zip`,

0 commit comments

Comments
 (0)