Skip to content

Commit 87b3b6e

Browse files
committed
trying stuff
1 parent 40c9576 commit 87b3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jingle_python/gh_actions_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def install_uv():
4545
def find_z3_header_path():
4646
"""Find the z3.h header file and return its path."""
4747
site_packages_dir = site.getsitepackages()[0]
48-
z3_include_dir = os.path.join(site_packages_dir, "z3", "include", "z3")
48+
z3_include_dir = os.path.join(site_packages_dir, "z3", "include")
4949

5050
# Check if the z3.h file exists in the expected location
5151
z3_header_path = os.path.join(z3_include_dir, "z3.h")

0 commit comments

Comments
 (0)