From dff941d0e75af9184e1b33afbee549f57a5de54c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 12:31:46 +0000 Subject: [PATCH] z3: Update to version 4.15.3 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index ee1a4f78bc..0431d059d2 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.15.2", + "version": "4.15.3", "description": "Theorem prover from Microsoft Research.", "homepage": "https://github.com/Z3Prover/z3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.2/z3-4.15.2-x64-win.zip", - "hash": "39c367032343b75175b1dae5bd56ed20405d28f8b87ebfeac1dd04c12bdc0269", - "extract_dir": "z3-4.15.2-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.3/z3-4.15.3-x64-win.zip", + "hash": "5091684243e7d7cd57da81991d27ee50aa97333757e53d42d0fc1b7429c99408", + "extract_dir": "z3-4.15.3-x64-win" }, "32bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.2/z3-4.15.2-x86-win.zip", - "hash": "8cdb05a12c362751dfc5844815ea4538015b5c7c660729dabdf8f22d39534a02", - "extract_dir": "z3-4.15.2-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.3/z3-4.15.3-x86-win.zip", + "hash": "7e43085a25ee42ed7c778212ec486324258ab6088d1c0e20b1e2584b509aa7d9", + "extract_dir": "z3-4.15.3-x64-win" } }, "bin": "bin\\z3.exe",