We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837e5dd commit 54bb0fdCopy full SHA for 54bb0fd
1 file changed
tasks.py
@@ -17,7 +17,7 @@
17
18
ARIA2_RELEASE = (
19
"https://github.com/abcfy2/aria2-static-build/releases/download/1.37.0/"
20
- "aria2-x86_64-linux-musl_libressl_static.zip"
+ "aria2-x86_64-linux-musl_static.zip"
21
)
22
ARIA2_BIN = pathlib.Path("aria2c")
23
use_pty = not os.getenv("CI", "")
0 commit comments