Skip to content

Commit 6861ae2

Browse files
committed
b3
1 parent 1c1bd5a commit 6861ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cpython-fetch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ fi
4646
if echo $PYBUILD |grep -q 13$
4747
then
4848
wget -q -c https://www.python.org/ftp/python/3.13.0/Python-3.13.0b3.tar.xz
49-
tar xf Python-3.13.0b1.tar.xz
50-
ln -s Python-3.13.0b1 cpython${PYBUILD}
49+
tar xf Python-3.13.0b3.tar.xz
50+
ln -s Python-3.13.0b3 cpython${PYBUILD}
5151

5252
fi
5353

0 commit comments

Comments
 (0)