Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision d82892a91ee391c4b1f081a7e5c8216c409a7a4d)
+++ tests/pybin/settings.py	(revision b3976bffdbe2eaf5064329ae5c0c09b3c7a4bb36)
@@ -19,15 +19,15 @@
 class Architecture:
 	KnownArchitectures = {
-		'x64'			: 'x64',
-		'x86-64'		: 'x64',
-		'x86_64'		: 'x64',
-		'aarch64'		: 'x64',
-		'x86'			: 'x86',
+		'x64'		: 'x64',
+		'x86-64'	: 'x64',
+		'x86_64'	: 'x64',
+		'x86'		: 'x86',
+		'aarch64'	: 'arm',
 		'i386'		: 'x86',
 		'i486'		: 'x86',
 		'i686'		: 'x86',
 		'Intel 80386'	: 'x86',
-		'arm'			: 'arm',
-		'ARM'			: 'arm',
+		'arm'		: 'arm',
+		'ARM'		: 'arm',
 	}
 
