We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c9576 commit 87b3b6eCopy full SHA for 87b3b6e
jingle_python/gh_actions_setup.py
@@ -45,7 +45,7 @@ def install_uv():
45
def find_z3_header_path():
46
"""Find the z3.h header file and return its path."""
47
site_packages_dir = site.getsitepackages()[0]
48
- z3_include_dir = os.path.join(site_packages_dir, "z3", "include", "z3")
+ z3_include_dir = os.path.join(site_packages_dir, "z3", "include")
49
50
# Check if the z3.h file exists in the expected location
51
z3_header_path = os.path.join(z3_include_dir, "z3.h")
0 commit comments