We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569bb31 commit 1f7827cCopy full SHA for 1f7827c
1 file changed
ci_boost_release.py
@@ -686,7 +686,7 @@ def command_build(self):
686
os.chdir(os.path.join(self.build_dir))
687
utils.check_call(
688
"wget",
689
- "https://raw.githubusercontent.com/boostorg/release-tools/master/MakeBoostDistro.py",
+ "https://raw.githubusercontent.com/alandefreitas/release-tools/archive-vars/MakeBoostDistro.py",
690
"-O",
691
"MakeBoostDistro.py",
692
)
0 commit comments