diff --git a/tests/install-fsverity.sh b/tests/install-fsverity.sh index 8311bc0..c760485 100755 --- a/tests/install-fsverity.sh +++ b/tests/install-fsverity.sh @@ -1,6 +1,6 @@ #!/bin/sh -git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git +git clone https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git cd fsverity-utils CC=gcc make -j$(nproc) cd ..