Skip to content

Commit

Permalink
Fix an important typo in the INSTALL.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-mwd committed Jul 9, 2018
1 parent 70fac02 commit 8ba2876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -140,13 +140,13 @@ questions about symbolic expression equivalence. Some of the pharos
tools require Z3 to work. A fairly recent version of Z3 is necessary,
but an even more recent commit broke the Z3 ABI with respect to ROSE.
Therefore, we currently use a very specific revision of Z3.
Specifically, revision b81165167304c20e28bc42549c94399d70c8ae65cd.
Specifically, revision b81165167304c20e28bc42549c94399d70c8ae65.

We build Z3 using commands like these:
```
$ git clone https://github.com/Z3Prover/z3.git
$ cd z3
$ git reset --hard b81165167304c20e28bc42549c94399d70c8ae65cd.
$ git reset --hard b81165167304c20e28bc42549c94399d70c8ae65
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=lib ..
Expand Down

0 comments on commit 8ba2876

Please sign in to comment.