Skip to content

Commit

Permalink
MoshBootstrap remap amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Mar 5, 2024
1 parent 0ead900 commit 74509da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blink/Commands/mosh/MoshBootstrap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extension Architecture {
public var downloadableDescription: String {
switch self {
case .X86_64:
return "x86_64"
return "amd64"
case .Aarch64:
return "arm64"
case .Arm64:
Expand Down

0 comments on commit 74509da

Please sign in to comment.