Skip to content

Commit cb2e37d

Browse files
committed
bugs/index.html: added link to Z3 bug
1 parent 02edde6 commit cb2e37d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bugs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ <h3 class="masthead-title">
6060
<li>The maintainer accepted these bug fixes with <a href=https://compiler.ai/bugs/dietlibc_bug_response.pdf>thanks</a>. <a href=http://www.cse.iitd.ac.in/~abhir>Abhishek Rose</a> was <a href=https://www.fefe.de/dietlibc/credits.html>acknowledged as a Dietlibc contributor</a> by virtue of these fixes.</li>
6161
</ul>
6262
</li>
63-
<li> <a href=https://github.com/SRI-CSL/yices2/issues/146>Bug in the Yices SMT Solver</a>
63+
<li> Bugs in <a href=https://github.com/SRI-CSL/yices2/issues/146>Yices</a> and <a href=https://github.com/Z3Prover/z3/issues/7132>Z3</a> SMT solvers
6464
<ul>
65-
<li>This bug was found by differentially testing the output of one SMT solver against another during our verification runs for C programs.</li>
66-
<li>This bug report confirms that verification tools themselves are not immune to bugs. But it is usually possible to identify these bugs through simple testing, as we do in our tool.</li>
65+
<li>These bugs were found by differentially testing the output of one SMT solver against others during our verification runs for C programs.</li>
66+
<li>Such bugs confirm that verification tools themselves are not immune to bugs. But it is usually possible to identify these bugs through simple testing, as we do in our tool.</li>
6767
</ul>
6868
</li>
6969
<li>

0 commit comments

Comments
 (0)