Skip to content

Commit c00074a

Browse files
Fix cereal? (#7116)
1 parent 370e67c commit c00074a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolchain/scripts/stage4/install_cereal.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ case "$with_cereal" in
5151
# - Branch names (master, main, develop) without v prefix
5252
# - Version tags (e.g., 1.0.0) with v prefix
5353
if [[ "${cereal_ver}" =~ ^(master|main|develop)$ ]]; then
54-
url="https://codeload.github.com/USCiLab/cereal/tar.gz/${cereal_ver}"
54+
url="https://codeload.github.com/MCresearch/cereal/tar.gz/${cereal_ver}"
5555
else
56-
url="https://codeload.github.com/USCiLab/cereal/tar.gz/v${cereal_ver}"
56+
url="https://codeload.github.com/MCresearch/cereal/tar.gz/v${cereal_ver}"
5757
fi
5858
if verify_checksums "${install_lock_file}"; then
5959
echo "$dirname is already installed, skipping it."

0 commit comments

Comments
 (0)