diff --git a/tests/qemu-tests/download_images.sh b/tests/qemu-tests/download_images.sh index 2369e855d..686d0b782 100755 --- a/tests/qemu-tests/download_images.sh +++ b/tests/qemu-tests/download_images.sh @@ -4,7 +4,7 @@ set -o errexit CWD=$(dirname -- "$0") OUT_DIR="${CWD}/images" -URL="https://github.com/gsingh93/linux-exploit-dev-env/releases/latest/download" +URL="https://github.com/pwndbg/linux-exploit-dev-env/releases/latest/download" mkdir -p "${OUT_DIR}"