summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2020-10-19 22:39:50 +0200
committerGitHub <noreply@github.com>2020-10-19 22:39:50 +0200
commit0f4b1ed270a0f0c380122723474ec0d36c1a7e00 (patch)
tree422b0bb798382d1f09473aa621c3f32ccb4a4ca5
parent436e1fa5b13d0a5b667a800b1716e5139f1c20fe (diff)
downloadNim-0f4b1ed270a0f0c380122723474ec0d36c1a7e00.tar.gz
Fix #15639 (#15640)
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 7be35fed7..e34fdb4f4 100644
--- a/koch.nim
+++ b/koch.nim
@@ -15,7 +15,7 @@ const
 
 when not defined(windows):
   const
-    Z3StableCommit = "65de3f748a6812eecd7db7c478dcd5fc54424d368b" # the version of Z3 that DrNim uses
+    Z3StableCommit = "65de3f748a6812eecd7db7c478d5fc54424d368b" # the version of Z3 that DrNim uses
 
 when defined(gcc) and defined(windows):
   when defined(x86):