resources: Fix x86-matrix-multiply resources.json entry

Change-Id: If57524e6139af660d6a3ced193120459c829a396
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-resources/+/62771
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby Bruce <bbruce@ucdavis.edu>
diff --git a/resources.json b/resources.json
index 556699d..dd2de11 100644
--- a/resources.json
+++ b/resources.json
@@ -92,8 +92,8 @@
             "documentation" : "A simple binary which runs a matrix mutiply operation on two 100x100 matrixes. After multiplication it will return the print the of the multiplication.",
             "architecture" : "X86",
             "is_zipped" : false,
-            "md5sum" : "bfedb18f311ba5f59af6e115c1f7f58c",
-            "url" : "{url_base}/test-progs/matrix-multiply/x86-matrix-multiply-20220825",
+            "md5sum" : "9e758bad40bafef98720085fc3c635b3",
+            "url" : "{url_base}/test-progs/matrix-multiply/x86-matrix-multiply-20220826",
             "source" : "src/matrix-multiply"
         },
         {