Additional SQL Server features and topics not covered by specific categories
First of all, what are you trying to install? Your title says "SQL Server" while in the text you say "SQL Server Management Studio". They are not the same thing. SQL Server is the actual Database Management System (DBMS). SQL Server Management Studio (SSMS) is a tool to communicate with the SQL Server, and you have no use of SSMS without SQL Server.
SSMS is a complex beast, and not is unheard of people having problem with installing SSMS. If it is the SSMS install that is hanging, I would try rebooting and try again.
If you can't get SSMS to install, you can try Azure Data Studio instead. ADS is a new offering than SSMS. Personally, I like it less, but it less complex with it comes to installing.
And keep in mind that no matter you install SSMS or ADS, you also need an SQL Server instance somewhere. On your laptop, on a different server in your environment or in the cloud.