Skip to content

Commit d9122c7

Browse files
committed
Update reference to bjorn3/rustc_codegen_cranelift
1 parent cc59a42 commit d9122c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rustup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ case $1 in
4646
git pull origin master
4747
branch=sync_cg_clif-$(date +%Y-%m-%d)
4848
git checkout -b "$branch"
49-
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/bjorn3/rustc_codegen_cranelift.git master
49+
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git master
5050
git push -u my "$branch"
5151

5252
# immediately merge the merge commit into cg_clif to prevent merge conflicts when syncing

0 commit comments

Comments
 (0)