Skip to content

Commit 4b26eff

Browse files
committed
Fix URL in scripts/run-gpu-tests.sh
1 parent d360dbc commit 4b26eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-gpu-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo ""
1616

1717
# Clone repository
1818
echo "=== Cloning Repository ==="
19-
REPO_URL="https://github.com/${GITHUB_REPOSITORY:-facebookresearch/baspacho}.git"
19+
REPO_URL="https://github.com/${GITHUB_REPOSITORY:-ChipFlow/Sprux}.git"
2020
if [ -n "${GITHUB_TOKEN:-}" ]; then
2121
REPO_URL="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
2222
fi

0 commit comments

Comments
 (0)