From 061f6d587e780cbbc418469a74d690ff9192bd3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:56:24 +0000 Subject: [PATCH] z3: Update to version 4.15.8 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index ac31fd733a..d905cba8c8 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.15.7", + "version": "4.15.8", "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.7/z3-4.15.7-x64-win.zip", - "hash": "7b01f3987bcdab0d0622c417212ad37e7a486ea233e091a59f646e0118316187", - "extract_dir": "z3-4.15.7-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.8/z3-4.15.8-x64-win.zip", + "hash": "62cb8ae68241d17896e3534f2671e4efc4f3fc8baa996b3603885a84116bfa4d", + "extract_dir": "z3-4.15.8-x64-win" }, "32bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.7/z3-4.15.7-x86-win.zip", - "hash": "40f7cc9e69b51dd77e9131eeea62cf039b560629b76a2e87f27b15f3009f9d9c", - "extract_dir": "z3-4.15.7-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.8/z3-4.15.8-x86-win.zip", + "hash": "b8269d658887ed27a6500309b534e06cbd0c29d53eca1e37045407b67984960b", + "extract_dir": "z3-4.15.8-x64-win" } }, "bin": "bin\\z3.exe",