No public description

PiperOrigin-RevId: 718111443
Change-Id: If187825f1c90c7e392901fb207d294935dd42c9a
diff --git a/repos.bzl b/repos.bzl
index 16adf38..299958b 100644
--- a/repos.bzl
+++ b/repos.bzl
@@ -22,7 +22,7 @@
     if not native.existing_rule("com_google_mpact-riscv"):
         http_archive(
             name = "com_google_mpact-riscv",
-            sha256 = "e6ff951d03f4722255952155afef52d91ba802db8ff742d94ee350e72e9f8a92",
-            strip_prefix = "mpact-riscv-e580d13f87ca00c83d57c4602cc10586f4b91dad",
-            url = "https://github.com/google/mpact-riscv/archive/e580d13f87ca00c83d57c4602cc10586f4b91dad.tar.gz",
+            sha256 = "9708597b5b7dd2107f2ace0a046a203ee618cc9b02d82e647fd985fda279e694",
+            strip_prefix = "mpact-riscv-f04b4f8dc32b9cf6f918591bce2a18521b4764d1",
+            url = "https://github.com/google/mpact-riscv/archive/f04b4f8dc32b9cf6f918591bce2a18521b4764d1.tar.gz",
         )