We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1542a6 commit eb3a02dCopy full SHA for eb3a02d
Sources/Swiftly/SelfUpdate.swift
@@ -49,12 +49,11 @@ struct SelfUpdate: SwiftlyCommand {
49
var version: SwiftlyVersion? = swiftlyVersion
50
51
if let version {
52
-
53
#if os(macOS)
54
downloadURL = URL(string: "https://download.swift.org/swiftly/darwin/swiftly-\(version).pkg")
55
#endif
56
57
-#f os(Linux)
+#if os(Linux)
58
#if arch(x86_64)
59
downloadURL = URL(string: "https://download.swift.org/swiftly/linux/swiftly-\(version)-x86_64.tar.gz")
60
#elseif arch(arm64)
0 commit comments