Skip to content

Commit

Permalink
Fixed bug in installer of MathSAT5 SMT Solver
Browse files Browse the repository at this point in the history
  • Loading branch information
mikand committed Feb 20, 2015
1 parent 93f650b commit a5750a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ def install_msat(options):

# Save the paths
PATHS.append("%s/python" % dir_path)
PATHS.append("%s/build/lib.linux-%s-%s" % (dir_path, get_architecture(), get_python_version()))

PATHS.append("%s/python/build/lib.linux-%s-%s" % (dir_path, get_architecture(), get_python_version()))


def install_z3(options):
Expand Down

0 comments on commit a5750a0

Please sign in to comment.