From 5e6ad3bd5468b83e8874d6fa286c329e646f992c Mon Sep 17 00:00:00 2001 From: JoelYYoung <56264140+JoelYYoung@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:46:55 +1000 Subject: [PATCH] Use ASCII MTA wiki link --- svf/lib/MTA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svf/lib/MTA/README.md b/svf/lib/MTA/README.md index 820378476..d05c607bb 100644 --- a/svf/lib/MTA/README.md +++ b/svf/lib/MTA/README.md @@ -1,6 +1,6 @@ # MTA and MSli This directory contains SVF's multithreaded analysis (MTA) and the MSli -multi-stage slicing implementation. See the [MTA-MSli wiki page](https://github.com/SVF-tools/SVF/wiki/MTA-‐-MSli) +multi-stage slicing implementation. See the [MTA-MSli wiki page](https://github.com/SVF-tools/SVF/wiki/MTA-MSli) for build instructions, command examples, and measured small- and large-program results.