Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 676e148

Browse files
Update runtime.cs
1 parent cba2f3a commit 676e148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/runtime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public class Runtime
144144
["amd64"] = MachineType.x86_64,
145145
["x64"] = MachineType.x86_64,
146146
["em64t"] = MachineType.x86_64,
147-
["aarch64"] =MachineType.x86_64
147+
["aarch64"] =MachineType.x86_64,
148148
["armv7l"] = MachineType.armv7l,
149149
["armv8"] = MachineType.armv8,
150150
["aarch64"] = MachineType.aarch64,

0 commit comments

Comments
 (0)