Use the new fsverity-utils git repo URL am: be56d005e4 am: 6cabf27d0d am: 15039f20b2

Original change: https://android-review.googlesource.com/c/platform/packages/modules/SEPolicy/+/2403113

Change-Id: Idd2f3661cd8dcbd335172aa75792b82c6fe40f86
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/API-level-policy/Android.bp b/API-level-policy/Android.bp
index 0397a2f..c00e6be 100644
--- a/API-level-policy/Android.bp
+++ b/API-level-policy/Android.bp
@@ -32,7 +32,7 @@
     tool_files: [":SEPolicyKeyPem", ":SEPolicyCertPem"],
     // Use fsverity tool to generate the signature file which
     // will be stored in the apex.
-    // https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/tree/README.md
+    // https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git/tree/README.md
     cmd: "$(location fsverity) sign $(in) $(out) " +
         "--key=$(location :SEPolicyKeyPem) " +
         "--cert=$(location :SEPolicyCertPem) " +